GraphObject::GetValueAsString Method (GraphProperty^, CultureInfo^)

 

Returns the given property as a string that uses the given culture.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
String^ GetValueAsString(
	GraphProperty^ property,
	CultureInfo^ culture
)

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.

Return to top
Show: