C# 클래스 Dibware.StoredProcedureFramework.DataInfo.StringInfo

Represents information about a string
파일 보기 프로젝트 열기: dibley1973/StoredProcedureFramework

공개 메소드들

메소드 설명
FromString ( string value ) : StringInfo

Creates a stringInfo from the specified string.

비공개 메소드들

메소드 설명
StringInfo ( )

Initializes a new instance of the StringInfo class.

StringInfo ( int length )

Initializes a new instance of the StringInfo struct.

메소드 상세

FromString() 공개 정적인 메소드

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