DialogStateManager.GetStringValue(String, String) Method

Definition

Get a string value from memory using a path expression.

public string GetStringValue (string pathExpression, string defaultValue = default);
member this.GetStringValue : string * string -> string
Public Function GetStringValue (pathExpression As String, Optional defaultValue As String = Nothing) As String

Parameters

pathExpression
String

The path expression.

defaultValue
String

Default value if the value doesn't exist.

Returns

string or null if path is not valid.

Applies to