SqlSingle.Parse(String) 메서드

정의

지정된 StringSqlSingle 구조체로 변환합니다.

public:
 static System::Data::SqlTypes::SqlSingle Parse(System::String ^ s);
public static System.Data.SqlTypes.SqlSingle Parse (string s);
static member Parse : string -> System.Data.SqlTypes.SqlSingle
Public Shared Function Parse (s As String) As SqlSingle

매개 변수

s
String

구문 분석할 String입니다.

반환

지정된 SqlSingle에 포함된 값과 같은 String입니다.

적용 대상

추가 정보