Converts the string representation of margins in a specified style and culture-specific format to its equivalent.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public static Margins Parse( string s, NumberStyles style, IFormatProvider provider ) |
Visual Basic (Declaration) |
---|
Public Shared Function Parse ( _ s As String, _ style As NumberStyles, _ provider As IFormatProvider _ ) As Margins |
Visual C++ |
---|
public: static Margins Parse( String^ s, NumberStyles style, IFormatProvider^ provider ) |
Parameters
- s
- Type: System..::.String
- style
- Type: System.Globalization..::.NumberStyles
- provider
- Type: System..::.IFormatProvider