| MvUserTypeAsString Method |
Converts to a string value.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual string AsString(
string def
)
Public Overridable Function AsString (
def As String
) As String
public:
virtual String^ AsString(
String^ def
)
Parameters
- def
- Type: SystemString
The default value to return if no conversion is possible.
Return Value
Type:
String
The converted
string representation for this type.
The default implementation returns
def.
Remarks See Also