The MessageSerializer uses C# to serialize classes to an array of bytes and vice-versa while automatically calculating fields such as lengths and CRCs.
PropertyRulePrepad
The PropertyRulePrepadPropertyRule is a simple rule that just checks to see if a PrepadCharacter has been specified for
the MessageProperty attribute on a property. If not, the PropertyRulePrepad will set the PrepadCharacter to '0'.
Note that setting the PrepadCharacter does not automatically cause it to be used. For PrepadCharacter to be used, the Prepad property on the MessageProperty attribute
must be set to true.