Property | Type | Description | |
---|---|---|---|
ESCAPE_CHAR | char |
Method | Description | |
---|---|---|
convert ( string sourceValue, |
||
escape ( String sourceString ) : String | ||
sheckStringIsCyrilic ( String str ) : System.Boolean | ||
unEscape ( String sourceString ) : String |
Method | Description | |
---|---|---|
getDecValue ( char hexValue ) : byte |
public static convert ( string sourceValue, |
||
sourceValue | string | |
source | ||
target | ||
return | String |
public static escape ( String sourceString ) : String | ||
sourceString | String | |
return | String |
public static sheckStringIsCyrilic ( String str ) : System.Boolean | ||
str | String | |
return | System.Boolean |
public static unEscape ( String sourceString ) : String | ||
sourceString | String | |
return | String |