영어로 읽기

다음을 통해 공유


Type.IsNullable

구문

  
Type.IsNullable(type as type) as logical

정보

형식이 형식이면 반환 true 하고 nullable , false그렇지 않으면 .

예 1

null 허용 여부를 number 확인합니다.

사용법

Type.IsNullable(type number)

출력

false

예제 2

null 허용 여부를 type nullable number 확인합니다.

사용법

Type.IsNullable(type nullable number)

출력

true