Insets.ToParsableString 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.
Converts the insets values to a string representation that can be parsed.
public:
System::String ^ ToParsableString();
public string ToParsableString();
member this.ToParsableString : unit -> string
Public Function ToParsableString () As String
Returns
A string with comma-separated inset values in the order: top, left, bottom, right.