parse border type from html string
Namespace: CuteEditor.ConvertorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static BorderType BorderTypeFromHTML( string html ) |
| Visual Basic |
|---|
Public Shared Function BorderTypeFromHTML ( _ html As String _ ) As BorderType |
| Visual C++ |
|---|
public: static BorderType BorderTypeFromHTML( String^ html ) |
Parameters
- html
- Type: System..::..String