'宣言 Overloads Function IsFormattedAsText( _ ByVal number As System.Double _ ) As System.Boolean
System.bool IsFormattedAsText( System.double number )
パラメータ
- number
- 数値を示す倍精度値。
戻り値の型
指定した数値がテキストとして書式設定されている場合は
true
、それ以外の場合はfalse
。