'Declaration Function IsNegative( _ ByVal text As String _ ) As Boolean
'Declaration
Function IsNegative( _ ByVal text As String _ ) As Boolean
'使用法 Dim instance As IManageFmtInput Dim text As String Dim value As Boolean value = instance.IsNegative(text)
'使用法
Dim instance As IManageFmtInput Dim text As String Dim value As Boolean value = instance.IsNegative(text)
bool IsNegative( string text )
IManageFmtInput インタフェース IManageFmtInput メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.