Method | Description | |
---|---|---|
ConvertFromYesNo ( this text ) : bool | ||
GetBytes ( this nativeUtf8 ) : byte[] | ||
GetString ( this nativeUtf8 ) : string | ||
IsEqualToString ( this text, string text2 ) : bool | ||
ToBool ( this anObject ) : bool | ||
ToDouble ( this anObject ) : double | ||
ToFloat ( this anObject ) : float | ||
ToInt ( this anObject ) : int | ||
strlen ( this nativeUtf8 ) : int |
public static ConvertFromYesNo ( this text ) : bool | ||
text | this | |
return | bool |
public static GetBytes ( this nativeUtf8 ) : byte[] | ||
nativeUtf8 | this | |
return | byte[] |
public static GetString ( this nativeUtf8 ) : string | ||
nativeUtf8 | this | |
return | string |
public static IsEqualToString ( this text, string text2 ) : bool | ||
text | this | |
text2 | string | |
return | bool |
public static ToBool ( this anObject ) : bool | ||
anObject | this | |
return | bool |
public static ToDouble ( this anObject ) : double | ||
anObject | this | |
return | double |
public static ToFloat ( this anObject ) : float | ||
anObject | this | |
return | float |
public static strlen ( this nativeUtf8 ) : int | ||
nativeUtf8 | this | |
return | int |