DAZ Script | |
---|---|
Number | byteAt ( Number index ) |
String | charAt ( Number index ) |
String | convertToString () |
String | convertToStringFromUtf16 () |
String | convertToStringFromUtf8 () |
ByteArray | fromBase64 ( ByteArray base64 ) |
ByteArray | fromHex ( ByteArray hexEncoded ) |
ByteArray | fromPercentEncoding ( ByteArray pctEncoded ) |
ByteArray | toBase64 () |
ByteArray | toHex () |
ByteArray | toPercentEncoding ( ByteArray exclude=ByteArray, ByteArray include=ByteArray ) |
This is the script counterpart to the QByteArray type used in the C++ SDK.
Attention:
Default Constructor.
ByteArray( ByteArray byteArray )
Copy Constructor.
Parameter(s):
Creates a byte array containing the ascii representation of the string.
Parameter(s):
Number : byteAt( Number index )
Parameter(s):
Return Value:
String : charAt( Number index )
Parameter(s):
Return Value:
Return Value:
String : convertToStringFromUtf16()
Return Value:
String : convertToStringFromUtf8()
Return Value:
ByteArray : fromBase64( ByteArray base64 )
Return Value:
base64
.Attention:
Since:
ByteArray : fromHex( ByteArray hexEncoded )
Return Value:
hexEncoded
.Attention:
Since:
ByteArray : fromPercentEncoding( ByteArray pctEncoded )
Return Value:
pctEncoded
.Since:
ByteArray : toBase64()
Return Value:
Attention:
Since:
ByteArray : toHex()
Return Value:
Attention:
Since:
ByteArray : toPercentEncoding( ByteArray exclude=ByteArray, ByteArray include=ByteArray )
Parameter(s):
Return Value:
Attention:
Since: