SqlSingle.Parse(String) 메서드

정의

지정된 String 값을 구조체로 SqlSingle 변환합니다.

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값에 포함된 값에 해당하는 값입니다.

적용 대상

추가 정보