Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Parse Method (LeadMatrix)








The source string. This must contain four invariant culture double values the elements.
Parses a string and returns a new instance of LeadMatrix from it.
Syntax
public static LeadMatrix Parse( 
   string source
)
'Declaration
 
Public Shared Function Parse( _
   ByVal source As String _
) As LeadMatrix
'Usage
 
Dim source As String
Dim value As LeadMatrix
 
value = LeadMatrix.Parse(source)
public static LeadMatrix Parse( 
   string source
)
 function Leadtools.LeadMatrix.Parse( 
   source 
)
public:
static LeadMatrix Parse( 
   String^ source
) 

Parameters

source
The source string. This must contain four invariant culture double values the elements.

Return Value

Returns a new instance of LeadMatrix.
Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

Error processing SSI file