AWSAppender.CloudWatch.TypeConverters.StandardUnitConverter.CanConvertFrom C# (CSharp) Method

CanConvertFrom() public method

public CanConvertFrom ( Type sourceType ) : bool
sourceType System.Type
return bool
        public bool CanConvertFrom(Type sourceType)
        {
            return sourceType == typeof(string);
        }
StandardUnitConverter