BaseXEStore.FormatFieldValue(String, Guid, String) Metodo

Definizione

Formatta il valore del campo in base alle informazioni sul tipo.

public virtual string FormatFieldValue(string fieldValue, Guid typePackageID, string typeName);
abstract member FormatFieldValue : string * Guid * string -> string
override this.FormatFieldValue : string * Guid * string -> string
Public Overridable Function FormatFieldValue (fieldValue As String, typePackageID As Guid, typeName As String) As String

Parametri

fieldValue
String

stringa di rappresentazione del valore di EventField, TargetField o PredValue

typePackageID
Guid

identità del pacchetto contenente il nome del tipo

typeName
String

rappresenta il tipo gestito corrispondente

Valori restituiti

Si applica a