ImageField.FormatImageUrlValue(Object) Method

Definition

Applies the format specified by the DataImageUrlFormatString property to a field value.

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

Parameters

dataValue
Object

The value to transform.

Returns

The transformed value.

Remarks

The FormatImageUrlValue method is a helper method used by the ImageField class to apply the format specified by the DataImageUrlFormatString property to a field value.

Notes to Inheritors

When extending the ImageField class, you can override this method to perform a custom formatting routine.

Applies to

See also