DataTypeBaseToString(String) Method
Returns a
String that represents the current
DataTypeBase. The result string is formatted using the format provided in the
format parameter.
Namespace: Firefly.Box.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public abstract string ToString(
string format
)
Public MustOverride Function ToString (
format As String
) As String
abstract ToString :
format : string -> string
- format String
- The required format for the result string.
String