C# Class Dibware.StoredProcedureFramework.DataInfo.StringInfo

Represents information about a string
Exibir arquivo Open project: dibley1973/StoredProcedureFramework

Public Methods

Method Description
FromString ( string value ) : StringInfo

Creates a stringInfo from the specified string.

Private Methods

Method Description
StringInfo ( )

Initializes a new instance of the StringInfo class.

StringInfo ( int length )

Initializes a new instance of the StringInfo struct.

Method Details

FromString() public static method

Creates a stringInfo from the specified string.
value
public static FromString ( string value ) : StringInfo
value string The value.
return StringInfo