Method | Description | |
---|---|---|
ToCSharpString ( this constant ) : string |
Returns the System.String that represents the current TypedConstant.
|
Method | Description | |
---|---|---|
DisplayEnumConstant ( TypedConstant constant ) : string | ||
DisplaySignedEnumConstant ( TypedConstant constant, SpecialType specialType, long constantToDecode, string typeName ) : string | ||
DisplayUnsignedEnumConstant ( TypedConstant constant, SpecialType specialType, ulong constantToDecode, string typeName ) : string |
public static ToCSharpString ( this constant ) : string | ||
constant | this | |
return | string |