G
Guest
The LosFormatter class has an overloaded constructor:
public LosFormatter(
bool enableMac,
string macKeyModifier
);
what is the macKeyModifier? I am currently passing null but I would like to
know what a valid value would be. Thanks.
public LosFormatter(
bool enableMac,
string macKeyModifier
);
what is the macKeyModifier? I am currently passing null but I would like to
know what a valid value would be. Thanks.