다음을 통해 공유


ButtonField.FormatDataTextValue(Object) 메서드

정의

ButtonField 개체의 셀에 대해 지정된 필드 값의 형식을 지정합니다.

protected:
 virtual System::String ^ FormatDataTextValue(System::Object ^ dataTextValue);
protected virtual string FormatDataTextValue (object dataTextValue);
abstract member FormatDataTextValue : obj -> string
override this.FormatDataTextValue : obj -> string
Protected Overridable Function FormatDataTextValue (dataTextValue As Object) As String

매개 변수

dataTextValue
Object

형식을 지정할 필드 값입니다.

반환

String

DataTextFormatString 속성에 지정된 형식으로 변환된 필드 값입니다.

설명

FormatDataTextValue 메서드는 지정 된 형식으로 필드 값을 변환 하는 데 사용 되는 도우미 메서드는 DataTextFormatString 속성입니다.

상속자 참고

확장 하는 경우는 ButtonField 재정의할 수 있습니다 클래스는 FormatDataTextValue(Object) 사용자 지정 서식 지정 루틴을 수행 하는 방법입니다.

적용 대상

추가 정보