UnicodeScalar Extension
Location
-
Reference:
- Silver.dll .NET, .NET Standard 2.0
- silver.jar Cooper
- Silver.fx Island
- libSilver.fx Toffee
- Namespace: Swift
- Extends: UnicodeScalar
Properties
value
property value: not nullable UInt32 read;
UInt32! value { get; }
var value: UInt32 { get{} }
Cardinal value { __get; }
ReadOnly Property value() As UInt32
Instance Methods
asString
method asString: not nullable String
String! asString()
func asString() -> String
String asString()
Function asString() As String
escape
method escape asASCII(asASCII: not nullable Bool): not nullable String
String! escape asASCII(Bool! asASCII)
func escape(asASCII: Bool) -> String
String escape asASCII(Bool asASCII)
Function escape asASCII(asASCII As Bool) As String
Parameters:
- asASCII:
isASCII
method isASCII: not nullable Bool
Bool! isASCII()
func isASCII() -> Bool
Bool isASCII()
Function isASCII() As Bool
writeTo
method writeTo(target: not nullable OutputStreamType)
void writeTo(OutputStreamType! target)
func writeTo(_ target: OutputStreamType)
void writeTo(OutputStreamType target)
Sub writeTo(target As OutputStreamType)
Parameters:
- target: