메소드 | 설명 | |
---|---|---|
NumberToTextAlphaNumeric ( long num ) : string |
Convert a number into its text equivalent.
|
|
NumberToTextAlphaNumericSpecial ( long num ) : string |
Convert a number into its text equivalent.
|
|
RandomAlphaNumeric ( int size, bool threaded = false ) : string |
Generates a random alpha-numeric string of the specified length.
|
|
RandomAlphaNumericSpecial ( int size, bool threaded = false ) : string |
Generates a random alpha-numeric adn special character string of the specified length.
|
|
RandomInteger ( ) : int |
Generates a random 32 bit integer.
|
public static NumberToTextAlphaNumeric ( long num ) : string | ||
num | long | The number to convert. |
리턴 | string |
public static NumberToTextAlphaNumericSpecial ( long num ) : string | ||
num | long | The number to convert. |
리턴 | string |
public static RandomAlphaNumeric ( int size, bool threaded = false ) : string | ||
size | int | The length of the alpha numeric string to be generated. |
threaded | bool | |
리턴 | string |
public static RandomAlphaNumericSpecial ( int size, bool threaded = false ) : string | ||
size | int | The length of the alpha numeric adn special character string to be generated. |
threaded | bool | |
리턴 | string |