1 implementation of IsWellFormed
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
721
public unsafe bool
IsWellFormed
(string languageTag)
2 references to IsWellFormed
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
127
public static bool IsWellFormed(string languageTag) => _ILanguageStatics.Instance.
IsWellFormed
(languageTag);
676
__result = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Globalization.ILanguageStatics>(thisPtr).
IsWellFormed
(MarshalString.FromAbi(languageTag));