'Declaration Public Shared Function Parse( _ ByVal s As String _ ) As ReportSize
public static ReportSize Parse( string s )
Parameters
- s
- A string to convert.
Return Value
A ReportSize representing the size specified by s.
'Declaration Public Shared Function Parse( _ ByVal s As String _ ) As ReportSize
public static ReportSize Parse( string s )