System.Configuration.PropertyInformation.GetStringValue C# (CSharp) Method

GetStringValue() private method

private GetStringValue ( ) : string
return string
		internal string GetStringValue ()
		{
			return property.ConvertToString (Value);
		}