VirtualExpressionNodeGetRawStringValue Method

[Missing <summary> documentation for "M:VisualGDBExpressions.VirtualExpressionNode.GetRawStringValue(VisualGDBExpressions.ExpressionValue)"]

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public string GetRawStringValue(
	ExpressionValue cachedValue
)

Parameters

cachedValue  ExpressionValue

[Missing <param name="cachedValue"/> documentation for "M:VisualGDBExpressions.VirtualExpressionNode.GetRawStringValue(VisualGDBExpressions.ExpressionValue)"]

Return Value

String

[Missing <returns> documentation for "M:VisualGDBExpressions.VirtualExpressionNode.GetRawStringValue(VisualGDBExpressions.ExpressionValue)"]

Implements

IExpressionGetRawStringValue(ExpressionValue)

See Also