| OptionParseOptionInput Method (String, Int32) |
Namespace:
Dynamicweb.Forms
Assembly:
Dynamicweb.Forms (in Dynamicweb.Forms.dll) Version: 4.0.2
Syntax public static List<Option> ParseOptionInput(
string optionInput,
int fieldId
)
Public Shared Function ParseOptionInput (
optionInput As String,
fieldId As Integer
) As List(Of Option)
Parameters
- optionInput
- Type: SystemString
- fieldId
- Type: SystemInt32
Return Value
Type:
ListOptionSee Also