public static string LocalizeFormat(
string? format,
Object? arg0
)Public Shared Function LocalizeFormat (
format As String,
arg0 As Object
) As Stringpublic:
static String^ LocalizeFormat(
String^ format,
Object^ arg0
)static member LocalizeFormat :
format : string *
arg0 : Object -> string