값의 유효성을 검사하고 수정합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public int ValidateValue(
	int value
)
Visual Basic
Public Function ValidateValue ( _
	value As Integer _
) As Integer
Visual C++
public:
int ValidateValue(
	int value
)

Parameters

value
Type: System..::..Int32
값의 유효성을 검사하고자 하는 Int32형태의 정수 값입니다.

Return Value

값의 유효성을 검사하고 수정된 Int32입니다.

See Also