ImageField.FormatImageUrlValue(Object) Método
Definição
Aplica o formato especificado pela propriedade DataImageUrlFormatString a um valor de campo.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
Parâmetros
- dataValue
- Object
O valor a ser transformado.The value to transform.
Retornos
O valor transformado.The transformed value.
Comentários
O FormatImageUrlValue método é um método auxiliar usado pela ImageField classe para aplicar o formato especificado pela DataImageUrlFormatString Propriedade a um valor de campo.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.
Notas aos Herdeiros
Ao estender a ImageField classe, você pode substituir esse método para executar uma rotina de formatação personalizada.When extending the ImageField class, you can override this method to perform a custom formatting routine.