WorkflowPageFormatAccordingToFieldDataType Method |
Returns the inputValue in the format specified according to it's datatype and the user culture
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public string FormatAccordingToFieldDataType(
string fieldDataType,
string fieldFormat,
Object inputValue
)
Public Function FormatAccordingToFieldDataType (
fieldDataType As String,
fieldFormat As String,
inputValue As Object
) As String
Parameters
- fieldDataType
- Type: SystemString
(Optional) Specific field datatype, examples of supported data types are Date, Time and Currency. - fieldFormat
- Type: SystemString
(Optional) Specific field format, all .NET string formats are supported. - inputValue
- Type: SystemObject
(Required) The value to format.
Return Value
Type:
StringSee Also