Click or drag to resize

HelperWrite Method

Writes a property with label and his value

Namespace:  VMInfoFace.Interface
Assembly:  VMInfoFace.Interface (in VMInfoFace.Interface.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntax
private static void Write(
	this StringBuilder pText,
	string pLabel,
	string pValue
)

Parameters

pText
Type: System.TextStringBuilder
Protocol object
pLabel
Type: SystemString
Label of value
pValue
Type: SystemString
Value

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StringBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also