logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class NullStringArgumentResolver

    A resolver that always returns false, forcing ReflectionCallTask to fall back to ConvertFromString for argument conversion.

    Inheritance
    object
    NullStringArgumentResolver
    Implements
    IStringArgumentResolver
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Global.Tests.Application
    Assembly: Tests.dll
    Syntax
    public class NullStringArgumentResolver : IStringArgumentResolver

    Constructors

    NullStringArgumentResolver()

    Declaration
    public NullStringArgumentResolver()

    Methods

    TryResolve(string, Type, ITaskServices, out object)

    Declaration
    public bool TryResolve(string raw, Type targetType, ITaskServices services, out object value)
    Parameters
    Type Name Description
    string raw
    Type targetType
    ITaskServices services
    object value
    Returns
    Type Description
    bool

    Implements

    IStringArgumentResolver
    In this article
    © 2026 Serenity. All Rights Reserved