Метод | Описание | |
---|---|---|
FourCharToInt ( String fourCharValue ) : uint |
Converts a four-char value to an unsigned integer.
|
|
GenerateDotNetMethodsName ( |
Generates the name of the DotNet method name.
|
|
GenerateDotNetName ( String prefix, String value ) : String |
Generates a valid DotNet name.
|
|
GenerateObjCName ( String value ) : String |
Generates a valid Objective-C name.
|
|
GenerateObjCSelector ( |
Generates a valid Objective-C selector.
|
|
ToUInt32 ( String enumValue ) : uint |
Converts a enumeration value to an integer.
|
public static FourCharToInt ( String fourCharValue ) : uint | ||
fourCharValue | String | The four char value. |
Результат | uint |
public static GenerateDotNetMethodsName ( |
||
command | The command. | |
Результат | String |
public static GenerateDotNetName ( String prefix, String value ) : String | ||
prefix | String | The prefix. |
value | String | The value. |
Результат | String |
public static GenerateObjCName ( String value ) : String | ||
value | String | The value. |
Результат | String |
public static GenerateObjCSelector ( |
||
command | The command. | |
isApplication | bool | if set to |
Результат | String |
public static ToUInt32 ( String enumValue ) : uint | ||
enumValue | String | The enum value. |
Результат | uint |