GraphObject::GetValueAsString Method (GraphProperty^, CultureInfo^)
Visual Studio 2015
Returns the given property as a string that uses the given culture.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- property
-
Type:
Microsoft.VisualStudio.GraphModel::GraphProperty^
The property you want to get the value of.
- culture
-
Type:
System.Globalization::CultureInfo^
The culture you want to use for conversion to string.
Return Value
Type: System::String^The string representation of the value or String. Empty if the property was not set.
Show: