ImageField.FormatImageUrlValue(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.