valueOfCode

open fun valueOfCode(code: String): GenderType

Returns the GenderType corresponding to the given code, or null if not found. The comparison is case-insensitive.

Return

The corresponding GenderType, or null if not found

Parameters

code

The string code to look up