Share via


DecimalType.FromBoolean(Boolean) 메서드

정의

지정된 Decimal 값에 해당하는 Boolean 값을 반환합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static System::Decimal FromBoolean(bool Value);
public static decimal FromBoolean (bool Value);
static member FromBoolean : bool -> decimal
Public Shared Function FromBoolean (Value As Boolean) As Decimal
Public Function FromBoolean (Value As Boolean) As Decimal

매개 변수

Value
Boolean

필수 요소. Boolean 값으로 변환할 Decimal 값입니다.

반환

Value에 해당하는 Decimal 값입니다.

설명

이 클래스는 Visual Basic 컴파일러를 지원 하며 코드에서 직접 사용할 수 없습니다.

적용 대상