ArcFM Engine Developer Guide
Parse<T> Method (Option)


Syntax
'Declaration
 
Protected Shared Function Parse(Of T)( _
   ByVal value As String, _
   ByVal c As OptionContext _
) As T
'Usage
 
Dim value As String
Dim c As OptionContext
Dim value As T
 
value = Option.Parse(Of T)(value, c)
protected static T Parse<T>( 
   string value,
   OptionContext c
)

Parameters

value
c

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Option Class
Option Members

 

 


Send Comment