Char

package cs.system

extends ValueType

implements IComparable_1<Char16>, IEquatable_1<Char16>, IComparable, IConvertible

Available on cs

Static variables

staticread onlyMaxValue:Char16

staticread onlyMinValue:Char16

Static methods

staticConvertFromUtf32(utf32:Int):String

staticConvertToUtf32(highSurrogate:Char16, lowSurrogate:Char16):Int

staticConvertToUtf32(s:String, index:Int):Int

staticGetNumericValue(c:Char16):Float

staticGetNumericValue(s:String, index:Int):Float

staticGetUnicodeCategory(c:Char16):UnicodeCategory

staticGetUnicodeCategory(s:String, index:Int):UnicodeCategory

staticIsControl(c:Char16):Bool

staticIsControl(s:String, index:Int):Bool

staticIsDigit(c:Char16):Bool

staticIsDigit(s:String, index:Int):Bool

staticIsHighSurrogate(c:Char16):Bool

staticIsHighSurrogate(s:String, index:Int):Bool

staticIsLetter(c:Char16):Bool

staticIsLetter(s:String, index:Int):Bool

staticIsLetterOrDigit(c:Char16):Bool

staticIsLetterOrDigit(s:String, index:Int):Bool

staticIsLowSurrogate(c:Char16):Bool

staticIsLowSurrogate(s:String, index:Int):Bool

staticIsLower(c:Char16):Bool

staticIsLower(s:String, index:Int):Bool

staticIsNumber(c:Char16):Bool

staticIsNumber(s:String, index:Int):Bool

staticIsPunctuation(c:Char16):Bool

staticIsPunctuation(s:String, index:Int):Bool

staticIsSeparator(c:Char16):Bool

staticIsSeparator(s:String, index:Int):Bool

staticIsSurrogate(c:Char16):Bool

staticIsSurrogate(s:String, index:Int):Bool

staticIsSurrogatePair(highSurrogate:Char16, lowSurrogate:Char16):Bool

staticIsSurrogatePair(s:String, index:Int):Bool

staticIsSymbol(c:Char16):Bool

staticIsSymbol(s:String, index:Int):Bool

staticIsUpper(c:Char16):Bool

staticIsUpper(s:String, index:Int):Bool

staticIsWhiteSpace(c:Char16):Bool

staticIsWhiteSpace(s:String, index:Int):Bool

staticParse(s:String):Char16

staticToLower(c:Char16):Char16

staticToLower(c:Char16, culture:CultureInfo):Char16

staticToLowerInvariant(c:Char16):Char16

staticToString(c:Char16):String

staticToUpper(c:Char16):Char16

staticToUpper(c:Char16, culture:CultureInfo):Char16

staticToUpperInvariant(c:Char16):Char16

staticTryParse(s:String, result:Out<Char16>):Bool

static_ToString(c:Char16):String

Methods

finalCompareTo(value:Dynamic):Int

finalCompareTo(value:Char16):Int

finalGetTypeCode():TypeCode

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