W3cubDocs

/Haxe C#

TextInfo

package cs.system.globalization

implements ICloneable, IDeserializationCallback

@:libType@:csNative@:native("System.Globalization.TextInfo") Available on cs

Variables

read only ANSICodePage:Int

read only CultureName:String

read only EBCDICCodePage:Int

read only IsReadOnly:Bool

read only IsRightToLeft:Bool

read only LCID:Int

ListSeparator:String

read only MacCodePage:Int

read only OEMCodePage:Int

Methods

@:overload Clone ():Dynamic

@:overload ToLower (c:Char16):Char16

@:overload ToLower (str:String):String

@:overload ToString ():String

@:final @:overload ToTitleCase (str:String):String

@:overload ToUpper (c:Char16):Char16

@:overload ToUpper (str:String):String

Static methods

@:final @:overload static ReadOnly (textInfo:TextInfo):TextInfo

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/globalization/TextInfo.html