public interface IConverter<FROM,TO>
FROM
from(TO toValue)
TO
to(FROM fromValue)
FROM from(TO toValue)
TO to(FROM fromValue)
Copyright © 2012–2022. All rights reserved.