DialogStateManager.GetStringValue(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.