ObjectConverter.ConvertValue(Object, Type, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
개체를 한 개체 형식에서 다른 개체 형식으로 변환합니다. 이 클래스는 사용되지 않습니다. 대신 Convert 클래스와 Format(String, Object) 메서드를 사용합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
static System::Object ^ ConvertValue(System::Object ^ value, Type ^ toType, System::String ^ formatString);
public static object ConvertValue (object value, Type toType, string formatString);
static member ConvertValue : obj * Type * string -> obj
Public Shared Function ConvertValue (value As Object, toType As Type, formatString As String) As Object
매개 변수
- value
- Object
변환할 개체입니다.
- formatString
- String
변환하는 동안 적용할 서식 문자열입니다.
반환
변환된 개체입니다.
예외
이 메서드를 사용하여 Value
를 toType
형식으로 변환할 수 없습니다.