-
Notifications
You must be signed in to change notification settings - Fork 5
Markdown2Pdf.Services.PropertyService
GitHub Action edited this page May 12, 2024
·
1 revision
Namespace: Markdown2Pdf.Services
Assembly: Markdown2Pdf.dll
Helper service for properties.
public static class PropertyServiceobject.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
Gets a static property from a type by name.
public static bool TryGetPropertyValue<T>(string propertyName, out T propertyValue)propertyName string
The name of the property to get.
propertyValue T
The property value.
Wether the conversion was successful.
T
Type of the property as well as the type that contains it.