BaseXEStore.FormatFieldValue(String, Guid, String) Method

Definition

Formats the field value based on the type information.

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

Parameters

fieldValue
String

string represenation of Value of EventField, TargetField or PredValue

typePackageID
Guid

identity of the package containing the type name

typeName
String

represents the corresponding managed type

Returns

Applies to