6internal static class SR
88 internal static string Format(
string resourceFormat,
object p1)
92 return string.Join(
", ", resourceFormat, p1);
94 return string.Format(resourceFormat, p1);
97 internal static string Format(
string resourceFormat,
object p1,
object p2)
101 return string.Join(
", ", resourceFormat, p1, p2);
103 return string.Format(resourceFormat, p1, p2);
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string net_uri_BadAuthority
static string net_uri_BadPort
static string net_uri_AlreadyRegistered
static string InvalidNullArgument
static string net_uri_EmptyUri
static string net_uri_InitializeCalledAlreadyOrTooLate
static string Argument_ExtraNotValid
static ResourceManager s_resourceManager
static string net_uri_BadScheme
static string net_uri_BadUnicodeHostForIdn
static string Format(string resourceFormat, object p1)
static string net_uri_BadFormat
static string Format(string resourceFormat, object p1, object p2)
static string net_uri_BadUserPassword
static string net_uri_PortOutOfRange
static ResourceManager ResourceManager
static string net_uri_BadString
static string net_uri_SizeLimit
static string net_uri_MustRootedPath
static string net_uri_NotAbsolute
static string net_uri_BadHostName
static string net_uri_InvalidUriKind
static string net_uri_SchemeLimit
static string GetResourceString(string resourceKey)
static string net_uri_UserDrivenParsing
static bool UsingResourceKeys()
static string net_uri_GetComponentsCalledWhenCanonicalizationDisabled
static string net_uri_NeedFreshParser
static string net_uri_BadAuthorityTerminator
static readonly bool s_usingResourceKeys
static string Argument_InvalidUriSubcomponent
static string net_uri_CannotCreateRelative
static string net_uri_NotJustSerialization