Méthode | 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 | |
Résultat | bool |
public static GetBytes ( this nativeUtf8 ) : byte[] | ||
nativeUtf8 | this | |
Résultat | byte[] |
public static GetString ( this nativeUtf8 ) : string | ||
nativeUtf8 | this | |
Résultat | string |
public static IsEqualToString ( this text, string text2 ) : bool | ||
text | this | |
text2 | string | |
Résultat | bool |
public static ToBool ( this anObject ) : bool | ||
anObject | this | |
Résultat | bool |
public static ToDouble ( this anObject ) : double | ||
anObject | this | |
Résultat | double |
public static ToFloat ( this anObject ) : float | ||
anObject | this | |
Résultat | float |
public static ToInt ( this anObject ) : int | ||
anObject | this | |
Résultat | int |
public static strlen ( this nativeUtf8 ) : int | ||
nativeUtf8 | this | |
Résultat | int |