Click or drag to resize

CommonParseStringTag Method

Validates and parses string sample value tag.

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public static string ParseStringTag(
	this byte[] buffer,
	SampledValueTag tag,
	ref int index
)
View Source

Parameters

buffer  Byte
Buffer containing sampled value.
tag  SampledValueTag
Sampled value tag to parse.
index  Int32
Start index of buffer where tag length begins - will be auto-incremented.

Return Value

String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Byte. 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