Method ExpectNullableStringProperty
| Improve this Doc View SourceExpectNullableStringProperty(String, Boolean)
Expects a named nullable string property.
Declaration
public string ExpectNullableStringProperty(string propertyName, bool expectComma)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | The property name. |
System.Boolean | expectComma | Expects comma ahead. |
Returns
Type | Description |
---|---|
System.String | The string value of the property. |