package cs.system
extends ValueType
implements IComparable_1<Char16>, IEquatable_1<Char16>, IComparable, IConvertible
Available on cs
staticread onlyMaxValue:Char16staticread onlyMinValue:Char16staticConvertFromUtf32(utf32:Int):StringstaticConvertToUtf32(highSurrogate:Char16, lowSurrogate:Char16):IntstaticConvertToUtf32(s:String, index:Int):IntstaticGetNumericValue(c:Char16):FloatstaticGetNumericValue(s:String, index:Int):FloatstaticGetUnicodeCategory(c:Char16):UnicodeCategorystaticGetUnicodeCategory(s:String, index:Int):UnicodeCategorystaticIsControl(c:Char16):BoolstaticIsControl(s:String, index:Int):BoolstaticIsDigit(c:Char16):BoolstaticIsDigit(s:String, index:Int):BoolstaticIsHighSurrogate(c:Char16):BoolstaticIsHighSurrogate(s:String, index:Int):BoolstaticIsLetter(c:Char16):BoolstaticIsLetter(s:String, index:Int):BoolstaticIsLetterOrDigit(c:Char16):BoolstaticIsLetterOrDigit(s:String, index:Int):BoolstaticIsLowSurrogate(c:Char16):BoolstaticIsLowSurrogate(s:String, index:Int):BoolstaticIsLower(c:Char16):BoolstaticIsLower(s:String, index:Int):BoolstaticIsNumber(c:Char16):BoolstaticIsNumber(s:String, index:Int):BoolstaticIsPunctuation(c:Char16):BoolstaticIsPunctuation(s:String, index:Int):BoolstaticIsSeparator(c:Char16):BoolstaticIsSeparator(s:String, index:Int):BoolstaticIsSurrogate(c:Char16):BoolstaticIsSurrogate(s:String, index:Int):BoolstaticIsSurrogatePair(highSurrogate:Char16, lowSurrogate:Char16):BoolstaticIsSurrogatePair(s:String, index:Int):BoolstaticIsSymbol(c:Char16):BoolstaticIsSymbol(s:String, index:Int):BoolstaticIsUpper(c:Char16):BoolstaticIsUpper(s:String, index:Int):BoolstaticIsWhiteSpace(c:Char16):BoolstaticIsWhiteSpace(s:String, index:Int):BoolstaticParse(s:String):Char16staticToLower(c:Char16):Char16staticToLower(c:Char16, culture:CultureInfo):Char16staticToLowerInvariant(c:Char16):Char16staticToString(c:Char16):StringstaticToUpper(c:Char16):Char16staticToUpper(c:Char16, culture:CultureInfo):Char16staticToUpperInvariant(c:Char16):Char16staticTryParse(s:String, result:Out<Char16>):Boolstatic_ToString(c:Char16):StringfinalCompareTo(value:Dynamic):IntfinalCompareTo(value:Char16):IntfinalGetTypeCode():TypeCode
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/Char.html