Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

GetStringDescription Method (LeadLengthDHelper)








The length object.
Returns a human-readable representation of the specified LeadLengthD.
Syntax
public static string GetStringDescription( 
   LeadLengthD length
)
'Declaration
 
Public Shared Function GetStringDescription( _
   ByVal length As LeadLengthD _
) As String
'Usage
 
Dim length As LeadLengthD
Dim value As String
 
value = LeadLengthDHelper.GetStringDescription(length)
public static string GetStringDescription( 
   LeadLengthD length
)
 function Leadtools.LeadLengthDHelper.GetStringDescription( 
   length 
)
public:
static String^ GetStringDescription( 
   LeadLengthD length
) 

Parameters

length
The length object.

Return Value

A human-readable representation of the specified LeadLengthD.
Requirements

Target Platforms

See Also

Reference

LeadLengthDHelper Class
LeadLengthDHelper Members

Error processing SSI file