Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent.PostSharp Namespace / GField Class / FormatValue Method
The value to be formatted

FormatValue Method
Allows the formatting of the field value to be overridden.
Syntax
'Declaration
 
Protected Overridable Function FormatValue( _
   ByVal value As Object _
) As String
 

Parameters

value
The value to be formatted

Return Value

A string representation of the value.
Remarks
When overridden this method is used instead of the default ToString method to convert old and new values to a string representation whenever they change.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also