메소드 | 설명 | |
---|---|---|
IsNumericType ( object o ) : bool |
Determines whether the specified value is of numeric type.
|
|
IsPositive ( object Value, bool ZeroIsPositive ) : bool |
Determines whether the specified value is positive.
|
|
ReplaceMetaChars ( string input ) : string |
Replaces the string representations of meta chars with their corresponding character values.
|
|
ToInteger ( object Value, bool Round ) : object |
Converts the specified values boxed type to its correpsonding integer type.
|
|
ToUnsigned ( object Value ) : object |
Converts the specified values boxed type to its correpsonding unsigned type.
|
|
UnboxToLong ( object Value, bool Round ) : long | ||
fprintf ( |
||
printf ( string Format ) : void | ||
sprintf ( string Format ) : string |
메소드 | 설명 | |
---|---|---|
FormatHex ( string NativeFormat, bool Alternate, int FieldLength, int FieldPrecision, bool Left2Right, char Padding, object Value ) : string | ||
FormatNumber ( string NativeFormat, bool Alternate, int FieldLength, int FieldPrecision, bool Left2Right, bool PositiveSign, bool PositiveSpace, char Padding, object Value ) : string | ||
FormatOct ( string NativeFormat, bool Alternate, int FieldLength, int FieldPrecision, bool Left2Right, char Padding, object Value ) : string | ||
ReplaceMetaCharsMatch ( |
public static IsNumericType ( object o ) : bool | ||
o | object | The object to check. |
리턴 | bool |
public static IsPositive ( object Value, bool ZeroIsPositive ) : bool | ||
Value | object | The value. |
ZeroIsPositive | bool | if set to |
리턴 | bool |
public static ReplaceMetaChars ( string input ) : string | ||
input | string | The input. |
리턴 | string |
public static ToInteger ( object Value, bool Round ) : object | ||
Value | object | The value. |
Round | bool | |
리턴 | object |
public static ToUnsigned ( object Value ) : object | ||
Value | object | The value. |
리턴 | object |
public static UnboxToLong ( object Value, bool Round ) : long | ||
Value | object | |
Round | bool | |
리턴 | long |
public static fprintf ( |
||
Destination | ||
Format | string | |
리턴 | void |