<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Globalization.TextInfo

public virtual int ANSICodePage { get; }

public string CultureName { get; }

public virtual int EBCDICCodePage { get; }

public bool IsReadOnly { get; }

public bool IsRightToLeft { get; }

public int LCID { get; }

public virtual string ListSeparator { get; set; }

public virtual int MacCodePage { get; }

public virtual int OEMCodePage { get; }

public static TextInfo ReadOnly(TextInfo textInfo)

public virtual object Clone()

public virtual char ToLower(char c)

public virtual string ToLower(string str)

public string ToTitleCase(string str)

public virtual char ToUpper(char c)

public virtual string ToUpper(string str)