DataTypeConvertorConvertDataEnumToString Method |
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string ConvertDataEnumToString(
DataType dataType
)
Public Overridable Function ConvertDataEnumToString (
dataType As DataType
) As String
public:
virtual String^ ConvertDataEnumToString(
DataType dataType
)
abstract ConvertDataEnumToString :
dataType : DataType -> string
override ConvertDataEnumToString :
dataType : DataType -> string
Parameters
- dataType
- Type: Kettic.AspNet.Controls.GridExcelBuilderDataType
Return Value
Type:
String
See Also