Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 447 Bytes

File metadata and controls

20 lines (12 loc) · 447 Bytes

OnNoMatch Enum

Dictating what should be done when a match is not found - currently used only for DehumanizeTo

public enum OnNoMatch

Fields

ThrowsException 0

This is the default behavior which throws a NoMatchFoundException

ReturnsNull 1

If set to ReturnsNull the method returns null instead of throwing an exception