BaseXEStore.FormatFieldValue(String, Guid, String) 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.
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