Method WrapBioText
WrapBioText(String)
Wraps textual biodata into an attribute with OID DOT_STEPOVER_DOC_BIODATA_TEXT.
Declaration
public static Attribute? WrapBioText(string bioText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | bioText |
Returns
| Type | Description |
|---|---|
| System.Nullable<Attribute> | The attribute or null in case of error. |