System.Configuration.PropertyInformation.GetStringValue C# (CSharp) 메소드

GetStringValue() 개인적인 메소드

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