StringExtensions.AsNullableGuid Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
AsNullableGuid(string)
Helper method for converting a string to a nullable Guid.
public static Guid? AsNullableGuid(this string input)
Parameters
- input
- string
The input string.
Returns
System.Guid?
The value as a nullable Guid.